'Declaration Public Overloads Overrides Function GetImage( _
ByVal pageIndexThe zero based page index.As System.Int32, _
ByVal renderingSettingsRendering settings used for getting info about the image of page.As DecodingSettings, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As RenderingSettings, _
ByVal imageLoadingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
System.Int32 pageIndex,
DecodingSettings renderingSettings,
RenderingSettings decodingSettings,
System.EventHandler<ProgressEventArgs> imageLoadingProgress
)
public: Vintasoft.Imaging.VintasoftImage* GetImage(
System.Int32 pageIndex,
DecodingSettings* renderingSettings,
RenderingSettings* decodingSettings,
System.EventHandler<ProgressEventArgs*>* imageLoadingProgress
); override
public:
Vintasoft.Imaging.VintasoftImage^ GetImage(
System.Int32 pageIndex,
DecodingSettings^ renderingSettings,
RenderingSettings^ decodingSettings,
System.EventHandler<ProgressEventArgs^>^ imageLoadingProgress
); override
Parameters
- pageIndex
- The zero based page index.
- renderingSettings
- Rendering settings used for getting info about the image of page.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
Image associated with the selected page of JBIG2 file.